/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static; margin-right:5px;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto; margin-right:-2px;
}
.yamm .yamm-content {
  padding: 10px 15px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}













.header.sticky .navbar {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	margin-top:0;
	text-align:center;
	box-shadow:0 0px 6px 0px #333;
	opacity:.7;
	z-index: 1111;
	background-color: #fff;
	transition: all .3s;
}
.header.sticky .navbar:hover {
	opacity: 1;
}
.header.sticky .navbar .yamm {
	margin-top: 0;
}
.header.sticky .top-cart,
.header.sticky #search-global-menu  {
	display: none !important;
}
.header.sticky .navbar .navbar-nav {
	text-align: center;
}
.header.sticky .navbar-collapse {
	position: relative;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

